home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
MorphOS
/
Epic4_mos
/
share
/
epic
/
script
/
motd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2002-10-28
|
267 b
|
15 lines
# Here's the plan
# Output the MOTD for the user.
# Load this in "local" for maximum effect.
load less
@ date = ftime(~/.ircII.motd)
@ fdate = ftime($irclib()/ircII.motd)
if (fdate && (date < fdate))
{
less $irclib()/ircII.motd
exec touch ~/.ircII.motd
}
#hop'97